Activate the action in a regular clicked handler instead of the default
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Jan 2009 02:55:02 +0000 (02:55 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 27 Jan 2009 02:55:02 +0000 (02:55 +0000)
commit2d0c9e81bef216e6de1dcd80bcbdb52f60f351fb
tree83df3c0be0eb3fa24a8f94d4141015020fb0bd72
parent67273372cd771def7f7d7c8b724cf1bf19c90753
Activate the action in a regular clicked handler instead of the default

        * gtk/gtkbutton.c: Activate the action in a regular clicked
        handler instead of the default handler, to make it work with
        derived classes which don't chain up their clicked handler.

svn path=/trunk/; revision=22227
ChangeLog
gtk/gtkbutton.c